home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _F9218D834DA84F739698CE5A32117750 < prev    next >
Encoding:
Text File  |  2004-03-17  |  402 b   |  17 lines

  1. regc4f( 5, %daycolor_r, %daycolor_g, %daycolor_b, %daycolor_a )
  2. regc4f( 7, %ambient_r, %ambient_g, %ambient_b, %ambient_a )
  3. pshader("
  4.  
  5. ps_1_1
  6.  
  7. tex t0 ;texture
  8.  
  9.     mul        r0.rgb, t0, c5            ;applying daytime to color
  10.     +mad_sat r0.a, v0.b, c7.b, c7.a ;applying ambient to lighting
  11.  
  12.     mul r0.rgb, r0, r0.a            ;applying lighting to color
  13.     +mul r0.a, t0.a, v0.a            ;applying blending to opacity
  14.  
  15. ")
  16.  
  17.